VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTemplateTable<T> Class
Members Object Syntax Hierarchy Requirements SeeAlso
    FormFieldTemplateTable<T> Class
    Provides the abstract base class for a regular table that consists of uniformly distributed identical form field templates.
    Object Model
    FormFieldTemplateTable<T>
    Syntax
    'Declaration
    
    Public MustInherit Class FormFieldTemplateTable(Of T
    Element type of the table cell.
    As FormFieldTemplate) Inherits FormFieldTemplateGroup
     

    Type Parameters

    T
    Element type of the table cell.
    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also